Install and Use Microsoft Exchange Online PowerShell Modules (Developer Machine)

The document provides a simple guide to how to install and use the Microsoft Exchange Online PowerShell modules to interact with Microsoft 365 infrastructure for the purposes of administering the Microsoft 365 infrastructure and applications; i.e. how to setup your Developer Machine. You may be able to install modules without administrative rights by adding the … Read more

Install and Use Microsoft Graph (Developer Machine)

The document provides a simple guide to how to install and use the Microsoft Graph and Microsoft Exchange Online PowerShell modules to interact with Microsoft 365 infrastructure for the purposes of administering the Microsoft 365 infrastructure and applications; i.e. how to setup your Developer Machine. You may be able to install modules without administrative rights … Read more

Microsoft Exchange On-Premise Management Tools – Microsoft Windows 10 Installation

Late to the game, but here’s how you do it. To manage the on-premise Exchange Servers from your workstation, you can use the following procedure to setup these tools for use on your workstation. 1. You will need to install Microsoft Visual C++ 2012 Redistributable (x64): https://www.microsoft.com/download/details.aspx?id=30679 2. Then install these Windows Optional Features: Reboot machine, … Read more

Billing and Cost Management – Basic Configuration (and NagiosXI Budget Check Script)

Billing and Cost Management is a significant topic, however there are some basic baseline configurations that can be added to minimise the risk of ending up with unexpected bills. The configuration below provides the mandatory standard baseline configuration, note however within your particular use case the actual threshold values (for cost and/or percentage) may differ … Read more

Simple AWS Secrets Manager Example

A simple example using AWS CloudFormation that creates an IAM User and then stores the user’s AccessKey and SecretKey within AWS Secrets Manager to get a hold of the value (which otherwise only exists once at creation). Assuming your user account has access to AWS Secrets Manager, you’ll then find it available here: Click “Retrieve … Read more